home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / contentp.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  170 b   |  8 lines

  1. on exitFrame
  2.   repeat while (the mouseDown <> 1) and (the movieRate of sprite 3 <> 0)
  3.     updateStage()
  4.   end repeat
  5.   set the movieTime of sprite 3 to 0
  6.   go("TVm")
  7. end
  8.